home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / include / Evas_Engine_FB.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-01-09  |  413 b   |  23 lines

  1. #ifndef _EVAS_ENGINE_FB_H
  2. #define _EVAS_ENGINE_FB_H
  3.  
  4. typedef struct _Evas_Engine_Info_FB Evas_Engine_Info_FB;
  5.  
  6. struct _Evas_Engine_Info_FB
  7. {
  8.    /* PRIVATE - don't mess with this baby or evas will poke its tongue out */
  9.    /* at you and make nasty noises */
  10.    Evas_Engine_Info magic;
  11.  
  12.    struct {
  13.  
  14.       int virtual_terminal;
  15.       int device_number;
  16.       int refresh;
  17.       int rotation;
  18.    } info;
  19. };
  20. #endif
  21.  
  22.  
  23.